home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / bshow101.zip / SAMPLE.CFG < prev    next >
Text File  |  1992-05-24  |  4KB  |  121 lines

  1. ******************************************************************************
  2. *            SAMPLE.CFG - a sample config file distributed with BShow, the   *
  3. *                         universal file viewer, by Ben Sandee.              *
  4. ******************************************************************************
  5.  
  6. ; = comment.... Only in FIRST column though!
  7. / = comment also...  your choice.
  8. * = comment also...  wow.
  9.  
  10. ******* GLOBAL VARIABLES *******
  11.  
  12. width=80
  13.  
  14. ** This enables swapping to DISK/XMS/EMS for low memory evvironments.  DO **
  15. ** NOT USE IF AT ALL POSSIBLE!!  this has been proven to be incompatible  **
  16. ** with certain setups.  The default is NO (0).                           **
  17.  
  18. ; swap=1
  19.  
  20. **  This option lets you choose whether or not BShow deletes the work     **
  21. **  when it's done.  The default is NO (0).  If the directory bothers you **
  22. **  then let BShow delete it, but it will be extra wear and tear on your  **
  23. **  hard drive, and may aid in fragmentation.                             **
  24.  
  25. ; del_dir=1
  26.  
  27. fossil=1
  28.  
  29. ; max_time=15
  30.  
  31. ; max_time=5
  32.  
  33. ; after 2 blank lines, quit showing them, until non-blank ones come up.
  34.  
  35. max_blanks=2
  36.  
  37. ; max_idle=90
  38.  
  39. max_idle=0
  40.  
  41. ; max_line=500
  42.  
  43. max_line=0
  44.  
  45. ; lines=48 for 50 line screens.
  46.  
  47. lines=23
  48.  
  49. ******* END GLOBAL VARIABLES ********
  50.  
  51. ******************************** BEGIN ZIP SPECS ******************************
  52.  
  53. format_ZIP
  54. first_waitfor=------  ------   ----- -----
  55. second_waitfor=------
  56. header1=     Length  Method   Size  Ratio   Date    Time    CRC-32  Atr  Name
  57. header2=     ------  -------  ----- ----- --------  -----  -------- ---  -------------
  58. offset1=1
  59. offset2=1
  60. offset3=61
  61.  
  62. ** Normal ** (try this first - preferred even if in DV)
  63.  
  64. list_com=pkzip.exe -v %file% %filespec% > %listfile%
  65. unpack_com=pkunzip.exe %file% %filespec% > nul
  66.  
  67. ** DV ** (uncomment the next 3 lines for DV)
  68.  
  69. ;list_com=pkzip.exe -v  %file% %filespec% > %listfile%
  70. ;unpack_com=spawn /m:160 /w "pkunzip.exe %file% %filespec% > nul"
  71.  
  72. end
  73.  
  74. ********************************* END ZIP SPECS *******************************
  75.  
  76.  
  77. ******************************** BEGIN ARJ SPECS ******************************
  78.  
  79. format_ARJ
  80. first_waitfor=------------ ---------- ---------- ----- -----------------
  81. second_waitfor=------
  82. header1=     Filename       Original Compressed Ratio   Date     Time    CRC-32  Attr
  83. header2=     ------------ ---------- ---------- ----- -------- -------- -------- ----
  84. offset1=0
  85. offset2=7
  86.  
  87. ** Normal **
  88.  
  89. list_com=arj.exe l %file% %filespec% > %listfile%
  90. unpack_com=arj.exe e -y %file% %filespec% > nul
  91.  
  92. ** DV **
  93. ;list_com=arj.exe l %file% %filespec% > %listfile%
  94. ;unpack_com=spawn /m:200 /w "arj.exe e -y %file% %filespec% > nul"
  95. end
  96. ******************************* END ARJ SPECS *********************************
  97.  
  98. ****************************** BEGIN LZH SPECS ********************************
  99.  
  100. format_LZH
  101. first_waitfor=--------------  --------  -------- ------
  102. second_waitfor=------
  103. header1=     Name          Original   Packed   Ratio   Date     Time   Attr Type  CRC
  104. header2=     ------------  --------  -------- ------ -------- -------- ---- ----- ----
  105. offset1=2
  106. offset2=1
  107. offset3=1
  108.  
  109. ** Normal **
  110.  
  111. list_com=lha.exe l %file% %filespec% > %listfile%
  112. unpack_com=lha.exe e %file% %filespec% > nul
  113.  
  114. ** DV **
  115.  
  116. ;list_com=lha.exe l %file% %filespec% > %listfile%
  117. ;unpack_com=spawn /m:160 /w "lha.exe e %file% %filespec% > nul"
  118.  
  119. end
  120. ******************************* END LZH SPECS *********************************
  121.